Skip to content

Commit

Permalink
Prod Buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs authored Jun 3, 2024
1 parent b0beeee commit 09769fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/buildpushtagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -41,4 +44,4 @@ jobs:
propertyPath: 'image.tag'
value: ${{steps.tag.outputs.tag}}
branch: main
message: 'Update Image Version to ${{steps.tag.outputs.tag}}'
message: 'Update Image Version to ${{steps.tag.outputs.tag}}'

0 comments on commit 09769fc

Please sign in to comment.