Skip to content

Commit

Permalink
push all
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Sep 30, 2023
1 parent 29f77f7 commit 836f662
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
tags: ghcr.io/nolte/vscode-devcontainers/commons:${{ needs.prepare.outputs.image_tag }}
outputs: type=docker,dest=/tmp/commons.tar
load: true
pull: false
platforms: linux/amd64

push: true
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -89,8 +89,8 @@ jobs:
context: ./images/devops/.
tags: ghcr.io/nolte/vscode-devcontainers/devops:${{ needs.prepare.outputs.image_tag }}
build-args: FROM_IMAGE_VERSION=${{ needs.prepare.outputs.image_tag }}
pull: false
platforms: linux/amd64

push: true
commonsgolang:
runs-on: ubuntu-latest
needs: [commons,prepare]
Expand All @@ -117,8 +117,8 @@ jobs:
outputs: type=docker,dest=/tmp/commons-golang.tar
build-args: FROM_IMAGE_VERSION=${{ needs.prepare.outputs.image_tag }}
load: true
pull: false
platforms: linux/amd64

push: true
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -150,5 +150,5 @@ jobs:
tags: ghcr.io/nolte/vscode-devcontainers/python:${{ needs.prepare.outputs.image_tag }}
build-args: FROM_IMAGE_VERSION=${{ needs.prepare.outputs.image_tag }}
load: true
pull: false
platforms: linux/amd64

push: true

0 comments on commit 836f662

Please sign in to comment.