Skip to content

Commit

Permalink
Use fixed version 1.7.2 in docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 13, 2023
1 parent a1e81cc commit 374a487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://uhafner/autograding-github-action'
image: 'docker://uhafner/autograding-github-action:1.7.2'
env:
CONFIG: ${{ inputs.CONFIG }}
CHECKS_NAME: ${{ inputs.CHECKS_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<version>${jib-maven-plugin.version}</version>
<configuration>
<to>
<image>docker.io/uhafner/autograding-github-action</image>
<image>docker.io/uhafner/autograding-github-action:1.7.2</image>
</to>
<from><image>maven:3.6.3-openjdk-8</image></from>
</configuration>
Expand Down

0 comments on commit 374a487

Please sign in to comment.