Skip to content

Commit

Permalink
fix(alpine): correct version tag for node image
Browse files Browse the repository at this point in the history
  • Loading branch information
Heymdall committed Oct 17, 2023
1 parent 3612e89 commit 4ecae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
repository: alfabankui/nodejs
tags: 14.21.3-alpine-3.18
tags: 14.21.3-alpine3.18

build:
needs:
Expand Down

0 comments on commit 4ecae27

Please sign in to comment.