Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Jun 14, 2024
1 parent 642288a commit ab70fe7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
30 changes: 14 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name: Publish Docker Image to Quay.io

on: # yamllint disable-line rule:truthy
release:
types: [published]
- push
env:
CARGO_INCREMENTAL: 0
SCCACHE_GHA_ENABLED: "true"
Expand All @@ -18,17 +17,16 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Fetch tags
run: git fetch --tags
- name: Run sccache
uses: mozilla-actions/[email protected]
- name: Build
run: EXTRA_BUILD_ARTIFACTS= make build
- name: Login to Quay.io
run: >
echo "${{ secrets.QUAY_IO_PASSWORD }}" |
docker login quay.io -u "${{ secrets.QUAY_IO_USERNAME }}" --password-stdin
- name: Build and push Docker image
run: DOCKER_REGISTRY=quay.io/appliedcomputing make image
- name: Logout from Quay.io
run: docker logout quay.io
- run: build/docker_tag.sh
# - name: Run sccache
# uses: mozilla-actions/[email protected]
# - name: Build
# run: EXTRA_BUILD_ARTIFACTS= make build
# - name: Login to Quay.io
# run: >
# echo "${{ secrets.QUAY_IO_PASSWORD }}" |
# docker login quay.io -u "${{ secrets.QUAY_IO_USERNAME }}" --password-stdin
# - name: Build and push Docker image
# run: DOCKER_REGISTRY=quay.io/appliedcomputing make image
# - name: Logout from Quay.io
# run: docker logout quay.io
2 changes: 1 addition & 1 deletion build
Submodule build updated 1 files
+2 −0 docker_tag.sh

0 comments on commit ab70fe7

Please sign in to comment.