Skip to content

Commit

Permalink
going back to branch name for image tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoTAlves committed May 31, 2024
1 parent 996316f commit 3c82ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ghcr.io/DUNE-DAQ/microservices
tags: |
type=raw,value=latest
type=ref,event=$(echo "${{ github.event.pull_request.head.sha }}" | cut -c 1-4)
type=ref,event=branch
type=ref,event=tag
- name: Build and push Docker images
Expand Down

0 comments on commit 3c82ad1

Please sign in to comment.