Skip to content

Commit

Permalink
update to latest version of docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Aug 6, 2024
1 parent 7b41d66 commit 8d2ec16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
echo Docker Image tags: ${DOCKER_TAGS}
- name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ env.DOCKER_TAGS }}

0 comments on commit 8d2ec16

Please sign in to comment.