Skip to content

Commit

Permalink
Update checkout; remove buildx; add latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Apr 8, 2024
1 parent f37f9b7 commit 859f247
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand All @@ -30,5 +29,7 @@ jobs:
with:
context: .
push: true
tags: "ghcr.io/mlibrary/bag-courier:${{ github.sha }}"
tags: |
ghcr.io/mlibrary/bag-courier:latest
ghcr.io/mlibrary/bag-courier:${{ github.sha }}
file: ./Dockerfile

0 comments on commit 859f247

Please sign in to comment.