Skip to content

Commit

Permalink
ci: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jul 25, 2024
1 parent edf1fdb commit cf49e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
with:
file: ./ci/Dockerfile-base
push: true
tags: colorer/devenv22_base:latest
cache-from: type=registry,ref=colorer/devenv22_base:latest
tags: ghcr.io/colorer/devenv22_base:latest
cache-from: type=registry,ref=ghcr.io/colorer/devenv22_base:latest
cache-to: type=inline

- name: Build and push xercesc image
uses: docker/build-push-action@v6
with:
file: ./ci/Dockerfile-xercesc
push: true
tags: colorer/devenv22_xercesc:latest
cache-from: type=registry,ref=colorer/devenv22_base:latest
tags: ghcr.io/colorer/devenv22_xercesc:latest
cache-from: type=registry,ref=ghcr.io/colorer/devenv22_base:latest
cache-to: type=inline

0 comments on commit cf49e8f

Please sign in to comment.