Skip to content

Commit

Permalink
suggestions from feature-branch review
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 21, 2024
1 parent ec7bd62 commit 93ebf08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Test and Publish

on:
push:
Expand Down Expand Up @@ -53,7 +53,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 93ebf08

Please sign in to comment.