Skip to content

Commit

Permalink
Removing double tag
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Marques <[email protected]>
  • Loading branch information
Tylermarques committed Jun 12, 2024
1 parent ee38bde commit 8b21570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/tylermarques/u-the-bomb-com:${{ github.sha }} ghcr.io/tylermarques/u-the-bomb-com:prod
tags: ghcr.io/tylermarques/u-the-bomb-com:${{ github.sha }}
cache-from: type=registry,ref=user/app:latest
cache-to: type=inline

Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: tylermarques/homelab-infra
ref: main
Expand Down

0 comments on commit 8b21570

Please sign in to comment.