Skip to content

Commit

Permalink
Pushing docker images only from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Mar 18, 2024
1 parent f7e93e2 commit 2a907d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Set IMAGE
run: echo "IMAGE=${GITHUB_REPOSITORY#*/docker-}" >> "${GITHUB_ENV}"
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/metadata-action@v5
Expand Down

0 comments on commit 2a907d8

Please sign in to comment.