Skip to content

Commit

Permalink
trying to push to private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhosterman committed Sep 5, 2024
1 parent 927f25e commit c9c02cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Docker meta
if: github.event_name == 'push
id: meta
uses: docker/metadata-action@v5
with:
Expand All @@ -42,6 +41,7 @@ jobs:
# linux/arm64/v8
# linux/amd64
- name: Build and push
if: github.event_name == 'push'
uses: docker/build-push-action@v6
with:
push: true
Expand Down

0 comments on commit c9c02cd

Please sign in to comment.