Skip to content

Commit

Permalink
setup docker container action (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz authored Oct 3, 2024
1 parent debd8f1 commit 49a8d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
- name: Get current date
id: date
run: echo "date=$(date -u +'%Y-%m-%dT%H:%M:%S%z')" >> $GITHUB_OUTPUT
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 49a8d81

Please sign in to comment.