Skip to content

Commit

Permalink
Upgrading docker/build-push-action to v5 to support node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
spaquet committed Jan 18, 2024
1 parent 1a9288f commit 4e8bf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "VERSION_TAG=${MAJOR_MINOR}-${SHORT_SHA}" >> $GITHUB_ENV
- name: Build and Push Docker Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
build-args: |
RAILS_MASTER_KEY=${{ secrets.RAILS_MASTER_KEY }}
Expand Down

0 comments on commit 4e8bf54

Please sign in to comment.