Skip to content

Commit

Permalink
Update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Sep 30, 2024
1 parent 91b54bd commit 1e2b334
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,15 @@ jobs:
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

- name: '@basemaps/cli - Build and push'
- name: '@basemaps/cli - Build and export to Docker'
uses: docker/build-push-action@v5
with:
context: packages/cli
platforms: linux/arm64,linux/amd64
load: true
tags: |
ghcr.io/linz/basemaps/cli:latest
ghcr.io/linz/basemaps/cli:${{ steps.version.outputs.version }}
tags: cli

- name: Test
run: |
docker run --rm ghcr.io/linz/basemaps/cli:${{ steps.version.outputs.version }}
docker run --rm cli
- name: '@basemaps/cli - Build and push'
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 1e2b334

Please sign in to comment.