Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Jan 13, 2023
1 parent 0d83be8 commit 98d7ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@3
uses: docker/metadata-action@v4
with:
images: jshimko/kube-tools
tags: |
Expand All @@ -34,6 +34,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 98d7ce3

Please sign in to comment.