Skip to content

Commit

Permalink
Update multiarch-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio authored Nov 20, 2024
1 parent c033bf0 commit 379fafa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ permissions:
packages: write

on:
push:
branches:
- main
release:
workflow_dispatch:
workflow_call:
Expand Down Expand Up @@ -76,7 +73,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
tags: ${{ steps.metaintegration.outputs.tags }},latest
tags: ${{ steps.metaintegration.outputs.tags }}
labels: ${{ steps.metaintegration.outputs.labels }}

- name: Pull and extract files from Docker image (amd64)
Expand Down

0 comments on commit 379fafa

Please sign in to comment.