Skip to content

Commit

Permalink
test latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
reqlez committed Sep 7, 2023
1 parent cdd7ff3 commit eeabf83
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/docker_crossbuild_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
with:
context: .
platforms: ${{ matrix.platform }}
#tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
build-args: |
Expand Down Expand Up @@ -86,6 +85,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY_IMAGE }}
flavor: |
latest=true
- name: Login to DockerHub
uses: docker/login-action@v2
Expand All @@ -101,12 +102,3 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.metadata.outputs.version }}
#- name: Combine and Push to DockerHub
# uses: docker/build-push-action@v3
# with:
# context: .
# platforms: linux/amd64,linux/arm64
# tags: greenden/oracle-core:${{ github.sha }}, greenden/oracle-core:latest
# cache-from: type=local,src=/tmp/.buildx-cache
# push: true

0 comments on commit eeabf83

Please sign in to comment.