Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickp authored Feb 10, 2024
1 parent 67118f0 commit 3ad209c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
with:
context: ./go
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta-go.outputs.tags }}
labels: ${{ steps.meta-go.outputs.labels }}
# - name: Build the go Docker image
# run: |
# docker build ./go --file go/Dockerfile --tag glue-go:$(date +%s)
Expand Down

0 comments on commit 3ad209c

Please sign in to comment.